InviteUserViewModel

open class InviteUserViewModel : UserViewModel<T>

ViewModel preparing and managing data related with the list of users when inviting users since 3.0.0

Constructors

Link copied to clipboard
open fun InviteUserViewModel(@NonNull channelUrl: String, @Nullable queryHandler: PagedQueryHandler<UserInfo>)
Constructor

Functions

Link copied to clipboard
protected open fun createQueryHandler(@Nullable channelUrl: String): PagedQueryHandler<UserInfo>
Creates invitable user list query.